Skip to content

Commit d30d46a

Browse files
committed
chore[zfoo]: Update dependencies
1 parent 5928171 commit d30d46a

File tree

10 files changed

+70
-70
lines changed

10 files changed

+70
-70
lines changed

boot/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

event/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

hotswap/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

monitor/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

net/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

orm/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,23 +128,23 @@
128128
<properties>
129129
<zfoo.version>4.1.0</zfoo.version>
130130
<!-- spring and spring boot -->
131-
<spring.version>6.2.5</spring.version>
132-
<spring.boot.version>3.4.4</spring.boot.version>
131+
<spring.version>6.2.6</spring.version>
132+
<spring.boot.version>3.4.5</spring.boot.version>
133133
<junit.version>4.13.2</junit.version>
134134
<!-- bytecode enhancement -->
135135
<javassist.version>3.30.2-GA</javassist.version>
136-
<bytebuddy.version>1.17.4</bytebuddy.version>
136+
<bytebuddy.version>1.17.6</bytebuddy.version>
137137
<!-- network framework -->
138-
<netty.version>4.1.119.Final</netty.version>
138+
<netty.version>4.1.122.Final</netty.version>
139139
<!-- zookeeper -->
140140
<curator.version>5.8.0</curator.version>
141141
<!-- hardware detection -->
142-
<oshi.version>6.8.0</oshi.version>
142+
<oshi.version>6.8.2</oshi.version>
143143
<!-- Office document parsing -->
144-
<poi.version>5.4.0</poi.version>
144+
<poi.version>5.4.1</poi.version>
145145
<csv.version>1.14.0</csv.version>
146146
<!-- maven core plugin -->
147-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
147+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
148148
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
149149
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
150150
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

protocol/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

scheduler/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

storage/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
<properties>
1313
<zfoo.version>4.1.0</zfoo.version>
1414
<!-- spring and spring boot -->
15-
<spring.version>6.2.5</spring.version>
16-
<spring.boot.version>3.4.4</spring.boot.version>
15+
<spring.version>6.2.6</spring.version>
16+
<spring.boot.version>3.4.5</spring.boot.version>
1717
<junit.version>4.13.2</junit.version>
1818
<!-- bytecode enhancement -->
1919
<javassist.version>3.30.2-GA</javassist.version>
20-
<bytebuddy.version>1.17.4</bytebuddy.version>
20+
<bytebuddy.version>1.17.6</bytebuddy.version>
2121
<!-- network framework -->
22-
<netty.version>4.1.119.Final</netty.version>
22+
<netty.version>4.1.122.Final</netty.version>
2323
<!-- zookeeper -->
2424
<curator.version>5.8.0</curator.version>
2525
<!-- hardware detection -->
26-
<oshi.version>6.8.0</oshi.version>
26+
<oshi.version>6.8.2</oshi.version>
2727
<!-- Office document parsing -->
28-
<poi.version>5.4.0</poi.version>
28+
<poi.version>5.4.1</poi.version>
2929
<csv.version>1.14.0</csv.version>
3030
<!-- maven core plugin -->
31-
<native-maven-plugin.version>0.10.1</native-maven-plugin.version>
31+
<native-maven-plugin.version>0.10.6</native-maven-plugin.version>
3232
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
3333
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
3434
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)