Skip to content

Commit 1eb62a4

Browse files
authored
deps: Update org.ow2.asm dependencies to v9.6 (#1567)
1 parent f0d98b7 commit 1eb62a4

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
<dependency>
4545
<groupId>org.ow2.asm</groupId>
4646
<artifactId>asm</artifactId>
47-
<version>9.5</version>
47+
<version>9.6</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.ow2.asm</groupId>
5151
<artifactId>asm-tree</artifactId>
52-
<version>9.5</version>
52+
<version>9.6</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.ow2.asm</groupId>
5656
<artifactId>asm-analysis</artifactId>
57-
<version>9.5</version>
57+
<version>9.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.auto.value</groupId>
@@ -159,7 +159,7 @@
159159
<dependency> <!-- Allows jnr-unixsocket Java11 compatibility -->
160160
<groupId>org.ow2.asm</groupId>
161161
<artifactId>asm-util</artifactId>
162-
<version>9.5</version>
162+
<version>9.6</version>
163163
</dependency>
164164

165165
<dependency>

jdbc/mariadb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
<dependency>
4646
<groupId>org.ow2.asm</groupId>
4747
<artifactId>asm</artifactId>
48-
<version>9.5</version>
48+
<version>9.6</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.ow2.asm</groupId>
5252
<artifactId>asm-tree</artifactId>
53-
<version>9.5</version>
53+
<version>9.6</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.ow2.asm</groupId>
5757
<artifactId>asm-analysis</artifactId>
58-
<version>9.5</version>
58+
<version>9.6</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.auto.value</groupId>

jdbc/mysql-j-8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
<dependency>
5050
<groupId>org.ow2.asm</groupId>
5151
<artifactId>asm</artifactId>
52-
<version>9.5</version>
52+
<version>9.6</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.ow2.asm</groupId>
5656
<artifactId>asm-tree</artifactId>
57-
<version>9.5</version>
57+
<version>9.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.ow2.asm</groupId>
6161
<artifactId>asm-analysis</artifactId>
62-
<version>9.5</version>
62+
<version>9.6</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.auto.value</groupId>

jdbc/postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
<dependency>
4646
<groupId>org.ow2.asm</groupId>
4747
<artifactId>asm</artifactId>
48-
<version>9.5</version>
48+
<version>9.6</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.ow2.asm</groupId>
5252
<artifactId>asm-tree</artifactId>
53-
<version>9.5</version>
53+
<version>9.6</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.ow2.asm</groupId>
5757
<artifactId>asm-analysis</artifactId>
58-
<version>9.5</version>
58+
<version>9.6</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.auto.value</groupId>

jdbc/sqlserver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
<dependency>
4646
<groupId>org.ow2.asm</groupId>
4747
<artifactId>asm</artifactId>
48-
<version>9.5</version>
48+
<version>9.6</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.ow2.asm</groupId>
5252
<artifactId>asm-tree</artifactId>
53-
<version>9.5</version>
53+
<version>9.6</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.ow2.asm</groupId>
5757
<artifactId>asm-analysis</artifactId>
58-
<version>9.5</version>
58+
<version>9.6</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.auto.value</groupId>

r2dbc/core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
<dependency>
4444
<groupId>org.ow2.asm</groupId>
4545
<artifactId>asm</artifactId>
46-
<version>9.5</version>
46+
<version>9.6</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.ow2.asm</groupId>
5050
<artifactId>asm-tree</artifactId>
51-
<version>9.5</version>
51+
<version>9.6</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.ow2.asm</groupId>
5555
<artifactId>asm-analysis</artifactId>
56-
<version>9.5</version>
56+
<version>9.6</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.guava</groupId>

r2dbc/mysql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@
9494
<dependency>
9595
<groupId>org.ow2.asm</groupId>
9696
<artifactId>asm</artifactId>
97-
<version>9.5</version>
97+
<version>9.6</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.ow2.asm</groupId>
101101
<artifactId>asm-tree</artifactId>
102-
<version>9.5</version>
102+
<version>9.6</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.ow2.asm</groupId>
106106
<artifactId>asm-analysis</artifactId>
107-
<version>9.5</version>
107+
<version>9.6</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.auto.value</groupId>

r2dbc/postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@
100100
<dependency>
101101
<groupId>org.ow2.asm</groupId>
102102
<artifactId>asm</artifactId>
103-
<version>9.5</version>
103+
<version>9.6</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.ow2.asm</groupId>
107107
<artifactId>asm-tree</artifactId>
108-
<version>9.5</version>
108+
<version>9.6</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.ow2.asm</groupId>
112112
<artifactId>asm-analysis</artifactId>
113-
<version>9.5</version>
113+
<version>9.6</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.google.auto.value</groupId>

r2dbc/sqlserver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@
9595
<dependency>
9696
<groupId>org.ow2.asm</groupId>
9797
<artifactId>asm</artifactId>
98-
<version>9.5</version>
98+
<version>9.6</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.ow2.asm</groupId>
102102
<artifactId>asm-tree</artifactId>
103-
<version>9.5</version>
103+
<version>9.6</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.ow2.asm</groupId>
107107
<artifactId>asm-analysis</artifactId>
108-
<version>9.5</version>
108+
<version>9.6</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.google.auto.value</groupId>

0 commit comments

Comments
 (0)