Skip to content

Commit 612af4c

Browse files
committed
[Release 1.18] Upgrade mvn and go dependencies
1 parent 7361675 commit 612af4c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

data-plane/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
<junit.jupiter.version>5.10.5</junit.jupiter.version>
5858
<mokito.junit.jupiter.version>5.17.0</mokito.junit.jupiter.version>
5959
<fabric8.kubernetes.version>7.1.0</fabric8.kubernetes.version>
60-
<kafka.version>3.9.0</kafka.version>
60+
<kafka.version>3.9.1</kafka.version>
6161
<debezium.version>3.0.7.Final</debezium.version>
6262
<jib.version>3.4.5</jib.version>
63-
<quarkus.version>3.21.2</quarkus.version>
63+
<quarkus.version>3.26.3</quarkus.version>
6464
<antlr.version>4.9.2
6565
</antlr.version> <!-- Overwritting quarkus's antlr version. Reminder: antlr4-maven-plugin,antlr4-runtime, antlr4 need to have the same version -->
6666
<palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ require (
118118
golang.org/x/crypto v0.37.0 // indirect
119119
golang.org/x/mod v0.24.0 // indirect
120120
golang.org/x/net v0.39.0 // indirect
121-
golang.org/x/oauth2 v0.26.0 // indirect
121+
golang.org/x/oauth2 v0.27.0 // indirect
122122
golang.org/x/sync v0.13.0 // indirect
123123
golang.org/x/sys v0.32.0 // indirect
124124
golang.org/x/term v0.31.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,8 +1045,8 @@ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ
10451045
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
10461046
golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I=
10471047
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
1048-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
1049-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1048+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
1049+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
10501050
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
10511051
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
10521052
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/oauth2/pkce.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ golang.org/x/net/internal/socks
478478
golang.org/x/net/internal/timeseries
479479
golang.org/x/net/proxy
480480
golang.org/x/net/trace
481-
# golang.org/x/oauth2 v0.26.0
482-
## explicit; go 1.18
481+
# golang.org/x/oauth2 v0.27.0
482+
## explicit; go 1.23.0
483483
golang.org/x/oauth2
484484
golang.org/x/oauth2/internal
485485
# golang.org/x/sync v0.13.0

0 commit comments

Comments
 (0)