diff --git a/lib/trino-filesystem-s3/pom.xml b/lib/trino-filesystem-s3/pom.xml
index 55923ca21fcd..319e68659243 100644
--- a/lib/trino-filesystem-s3/pom.xml
+++ b/lib/trino-filesystem-s3/pom.xml
@@ -206,7 +206,6 @@
eu.rekawek.toxiproxy
toxiproxy-java
- 2.1.7
test
diff --git a/plugin/trino-password-authenticators/pom.xml b/plugin/trino-password-authenticators/pom.xml
index 61ec1463242f..d5ddc86a5e2a 100644
--- a/plugin/trino-password-authenticators/pom.xml
+++ b/plugin/trino-password-authenticators/pom.xml
@@ -111,7 +111,6 @@
eu.rekawek.toxiproxy
toxiproxy-java
- 2.1.7
test
diff --git a/plugin/trino-resource-group-managers/src/main/java/io/trino/plugin/resourcegroups/StaticSelector.java b/plugin/trino-resource-group-managers/src/main/java/io/trino/plugin/resourcegroups/StaticSelector.java
index 2a813168c26b..d29d3eea2ec2 100644
--- a/plugin/trino-resource-group-managers/src/main/java/io/trino/plugin/resourcegroups/StaticSelector.java
+++ b/plugin/trino-resource-group-managers/src/main/java/io/trino/plugin/resourcegroups/StaticSelector.java
@@ -85,13 +85,13 @@ public StaticSelector(
return new PatternMatcher(variableNames, sourceRegexValue, criteria -> criteria.getSource().orElse(""));
}))
.add(userGroupRegex.map(userGroupRegexValue ->
- new BasicMatcher(criteria -> criteria.getUserGroups().stream().anyMatch(userGroup -> userGroupRegexValue.matcher(userGroup).matches()))))
+ new BasicMatcher(criteria -> criteria.getUserGroups().stream().anyMatch(userGroup -> userGroupRegexValue.matcher(userGroup).matches()))))
.add(queryType.map(queryTypeValue ->
- new BasicMatcher(criteria -> queryTypeValue.equalsIgnoreCase(criteria.getQueryType().orElse("")))))
+ new BasicMatcher(criteria -> queryTypeValue.equalsIgnoreCase(criteria.getQueryType().orElse("")))))
.add(selectorResourceEstimate.map(selectorResourceEstimateValue ->
- new BasicMatcher(criteria -> selectorResourceEstimateValue.match(criteria.getResourceEstimates()))))
+ new BasicMatcher(criteria -> selectorResourceEstimateValue.match(criteria.getResourceEstimates()))))
.add(clientTags.map(clientTagsValue ->
- new BasicMatcher(criteria -> criteria.getTags().containsAll(clientTagsValue))))
+ new BasicMatcher(criteria -> criteria.getTags().containsAll(clientTagsValue))))
.build()
.stream()
.flatMap(Optional::stream) // remove any empty optionals
diff --git a/pom.xml b/pom.xml
index bb31a6068779..44503e736d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
7.8.0
119
1.23
- 11.11.1
+ 11.11.2
1.15.1
v22.14.0
11.2.0
@@ -199,7 +199,7 @@
5.3.4
1.9.2
5.17.0
- 0.12.7
+ 0.13.0
1.20.0
4.0.0
5.1.0
@@ -302,7 +302,7 @@
software.amazon.awssdk
bom
- 2.32.25
+ 2.32.30
pom
import
@@ -447,7 +447,7 @@
com.github.docker-java
docker-java-api
- 3.5.3
+ 3.6.0
@@ -621,6 +621,12 @@
3.3.2
+
+ eu.rekawek.toxiproxy
+ toxiproxy-java
+ 2.1.11
+
+
info.picocli
picocli
@@ -804,7 +810,7 @@
io.dropwizard.metrics
metrics-core
- 4.2.33
+ 4.2.34