Skip to content

Commit 06428b1

Browse files
committed
SCANJLIB-233 Update dependencies
1 parent 74ade32 commit 06428b1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

lib/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>SonarScanner Java Library</name>
1212

1313
<properties>
14-
<slf4j.version>2.0.13</slf4j.version>
14+
<slf4j.version>2.0.16</slf4j.version>
1515
</properties>
1616

1717

@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.wiremock</groupId>
101101
<artifactId>wiremock-standalone</artifactId>
102-
<version>3.5.4</version>
102+
<version>3.9.1</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>ch.qos.logback</groupId>
113113
<artifactId>logback-classic</artifactId>
114-
<version>1.5.6</version>
114+
<version>1.5.8</version>
115115
<scope>test</scope>
116116
</dependency>
117117
</dependencies>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.parent</groupId>
66
<artifactId>parent</artifactId>
7-
<version>74.0.0.1768</version>
7+
<version>77.0.0.2082</version>
88
</parent>
99

1010
<groupId>org.sonarsource.scanner.lib</groupId>
@@ -54,25 +54,25 @@
5454
<!-- used for deployment to SonarSource Artifactory -->
5555
<gitRepositoryName>sonar-scanner-java-library</gitRepositoryName>
5656
<okhttp.version>4.12.0</okhttp.version>
57-
<mockito.version>5.12.0</mockito.version>
57+
<mockito.version>5.13.0</mockito.version>
5858
</properties>
5959

6060
<dependencyManagement>
6161
<dependencies>
6262
<dependency>
6363
<groupId>org.apache.commons</groupId>
6464
<artifactId>commons-lang3</artifactId>
65-
<version>3.14.0</version>
65+
<version>3.17.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-io</groupId>
6969
<artifactId>commons-io</artifactId>
70-
<version>2.15.1</version>
70+
<version>2.16.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.apache.commons</groupId>
7474
<artifactId>commons-compress</artifactId>
75-
<version>1.26.1</version>
75+
<version>1.27.1</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.squareup.okhttp3</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.google.code.gson</groupId>
9494
<artifactId>gson</artifactId>
95-
<version>2.10.1</version>
95+
<version>2.11.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.code.findbugs</groupId>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>commons-codec</groupId>
126126
<artifactId>commons-codec</artifactId>
127-
<version>1.16.1</version>
127+
<version>1.17.1</version>
128128
</dependency>
129129
</dependencies>
130130
</dependencyManagement>

0 commit comments

Comments
 (0)