Skip to content

Commit 8f880c7

Browse files
committed
java lib upgrades
1 parent c7b431f commit 8f880c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
asm = "9.9.1"
33
commons-csv = "1.14.1"
44
fastjson2 = "2.0.60"
5-
icu4j = "78.1"
5+
icu4j = "78.2"
66
jna = "5.18.1"
77
junit-jupiter = "6.1.0-M1"
88
snakeyaml-engine = "3.0.1"
@@ -23,6 +23,6 @@ snakeyaml-engine = { module = "org.snakeyaml:snakeyaml-engine", version.ref = "s
2323
tomlj = { module = "org.tomlj:tomlj", version.ref = "tomlj" }
2424

2525
[plugins]
26-
ospackage = "com.netflix.nebula.ospackage:12.1.1"
27-
shadow = "com.gradleup.shadow:9.3.0"
26+
ospackage = "com.netflix.nebula.ospackage:12.2.0"
27+
shadow = "com.gradleup.shadow:9.3.1"
2828
version-catalog-update = "nl.littlerobots.version-catalog-update:1.0.1"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.ibm.icu</groupId>
5050
<artifactId>icu4j</artifactId>
51-
<version>78.1</version>
51+
<version>78.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.alibaba.fastjson2</groupId>

0 commit comments

Comments
 (0)