Skip to content

Commit d738ec5

Browse files
committed
updated dependencies
1 parent 6d87d57 commit d738ec5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jbbp-plugins/jbbp-gradle-tests/jbbp-gradle7-plugin-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
implementation "com.igormaznitsa:jbbp:${jbbp_plugin_version}"
16-
testImplementation platform('org.junit:junit-bom:5.9.1')
16+
testImplementation platform('org.junit:junit-bom:5.10.1')
1717
testImplementation 'org.junit.jupiter:junit-jupiter'
1818
}
1919

jbbp-plugins/jbbp-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation gradleApi()
2525
implementation localGroovy()
2626

27-
implementation 'commons-io:commons-io:2.13.0'
27+
implementation 'commons-io:commons-io:2.17.0'
2828
implementation "com.igormaznitsa:meta-annotations:" + metaLibVersion
2929
implementation "com.igormaznitsa:meta-utils:" + metaLibVersion
3030

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven.compiler.release>11</maven.compiler.release>
2626
<maven.compiler.source>11</maven.compiler.source>
2727
<maven.compiler.target>11</maven.compiler.target>
28-
<junit5.version>5.10.1</junit5.version>
28+
<junit5.version>5.11.3</junit5.version>
2929
<jmh.version>1.36</jmh.version>
3030
</properties>
3131

@@ -92,17 +92,17 @@
9292
<dependency>
9393
<groupId>commons-io</groupId>
9494
<artifactId>commons-io</artifactId>
95-
<version>2.16.1</version>
95+
<version>2.17.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>commons-codec</groupId>
9999
<artifactId>commons-codec</artifactId>
100-
<version>1.17.0</version>
100+
<version>1.17.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>net.minidev</groupId>
104104
<artifactId>json-smart</artifactId>
105-
<version>2.5.0</version>
105+
<version>2.5.1</version>
106106
</dependency>
107107
</dependencies>
108108
</dependencyManagement>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.codehaus.mojo</groupId>
172172
<artifactId>properties-maven-plugin</artifactId>
173-
<version>1.2.0</version>
173+
<version>1.2.1</version>
174174
</plugin>
175175
<plugin>
176176
<groupId>org.apache.maven</groupId>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-gpg-plugin</artifactId>
193-
<version>3.2.4</version>
193+
<version>3.2.7</version>
194194
</plugin>
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
227227
<artifactId>maven-surefire-plugin</artifactId>
228-
<version>3.2.5</version>
228+
<version>3.3.1</version>
229229
</plugin>
230230
</plugins>
231231
</pluginManagement>

0 commit comments

Comments
 (0)