Skip to content

Commit 4530393

Browse files
henryjuclaude
andcommitted
Update dependencies
* sslcontext-kickstart 10.0.2 -> 10.0.3 * mockito 5.20.0 -> 5.22.0 * junit-bom 5.14.1 -> 6.0.3 * commons-codec 1.20.0 -> 1.21.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d81e195 commit 4530393

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.github.hakky54</groupId>
5656
<artifactId>ayza</artifactId>
57-
<version>10.0.2</version>
57+
<version>10.0.3</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.bouncycastle</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<!-- used for deployment to SonarSource Artifactory -->
5656
<gitRepositoryName>sonar-scanner-java-library</gitRepositoryName>
57-
<mockito.version>5.20.0</mockito.version>
57+
<mockito.version>5.22.0</mockito.version>
5858
<!-- Don't update to slf4j 2 to continue supporting the Scanner for Maven with Maven < 4 -->
5959
<slf4j.version>1.7.36</slf4j.version>
6060
</properties>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.junit</groupId>
9191
<artifactId>junit-bom</artifactId>
92-
<version>5.14.1</version>
92+
<version>6.0.3</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>commons-codec</groupId>
113113
<artifactId>commons-codec</artifactId>
114-
<version>1.20.0</version>
114+
<version>1.21.0</version>
115115
</dependency>
116116
</dependencies>
117117
</dependencyManagement>

0 commit comments

Comments
 (0)