Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot Bump #289

Merged
merged 33 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9cdd7e5
Merge pull request #272 from OpenLiberty/staging
gkwan-ibm Oct 3, 2024
b89ff9b
Bump io.openliberty.tools:liberty-maven-plugin in /start
dependabot[bot] Nov 1, 2024
c899d95
Bump org.apache.kafka:kafka-clients from 3.8.0 to 3.8.1 in /start
dependabot[bot] Nov 1, 2024
1694b1f
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start
dependabot[bot] Nov 1, 2024
8667771
Bump org.testcontainers:kafka from 1.20.2 to 1.20.3 in /start
dependabot[bot] Nov 1, 2024
1af7646
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Nov 1, 2024
4882285
Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 in /start
dependabot[bot] Nov 1, 2024
c707c54
Bump org.testcontainers:mockserver from 1.20.2 to 1.20.3 in /start
dependabot[bot] Nov 1, 2024
1515b81
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Nov 1, 2024
a433dc7
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Nov 1, 2024
d5d6171
Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 in /finish
dependabot[bot] Nov 1, 2024
aa53043
Bump org.testcontainers:kafka from 1.20.2 to 1.20.3 in /finish
dependabot[bot] Nov 1, 2024
67f9009
Bump org.apache.kafka:kafka-clients from 3.8.0 to 3.8.1 in /finish
dependabot[bot] Nov 1, 2024
a6f3c90
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /finish
dependabot[bot] Nov 1, 2024
4084fa4
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Nov 1, 2024
36db147
Bump org.testcontainers:mockserver from 1.20.2 to 1.20.3 in /finish
dependabot[bot] Nov 1, 2024
dd027ed
Bump io.openliberty.tools:liberty-maven-plugin in /finish
dependabot[bot] Nov 1, 2024
55dae86
Merge pull request #273 from OpenLiberty/dependabot/maven/start/io.op…
gkwan-ibm Nov 5, 2024
1863a59
Merge pull request #274 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 5, 2024
524c50d
Merge pull request #275 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Nov 5, 2024
f9b91c2
Merge pull request #276 from OpenLiberty/dependabot/maven/start/org.t…
gkwan-ibm Nov 5, 2024
9e2a5d0
Merge pull request #277 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 5, 2024
ac403b4
Merge pull request #278 from OpenLiberty/dependabot/maven/start/org.t…
gkwan-ibm Nov 5, 2024
04f5a1a
Merge pull request #279 from OpenLiberty/dependabot/maven/start/org.t…
gkwan-ibm Nov 5, 2024
7e60c87
Merge pull request #280 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 5, 2024
0efe247
Merge pull request #281 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
ead4b47
Merge pull request #282 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
b87cae5
Merge pull request #283 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
f287edd
Merge pull request #284 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
b0bbdcf
Merge pull request #285 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
5191397
Merge pull request #286 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
ab6b725
Merge pull request #287 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 5, 2024
d8424d7
Merge pull request #288 from OpenLiberty/dependabot/maven/finish/io.o…
gkwan-ibm Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions finish/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -81,19 +81,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<!-- devc config -->
<containerRunOpts>
Expand All @@ -141,14 +141,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion finish/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions finish/query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -88,13 +88,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -106,13 +106,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -145,21 +145,21 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>

<!-- Plugin to run unit tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
14 changes: 7 additions & 7 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -76,19 +76,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -109,7 +109,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<!-- devc config -->
<containerRunOpts>
Expand All @@ -124,14 +124,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
14 changes: 7 additions & 7 deletions start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -81,19 +81,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<!-- devc config -->
<containerRunOpts>
Expand All @@ -141,14 +141,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion start/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
16 changes: 8 additions & 8 deletions start/query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -88,13 +88,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -106,13 +106,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -145,21 +145,21 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>

<!-- Plugin to run unit tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
14 changes: 7 additions & 7 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>
<!-- end::kafka[] -->
<!-- tag::rxjava[] -->
Expand All @@ -76,19 +76,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -109,7 +109,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<!-- devc config -->
<containerRunOpts>
Expand All @@ -124,14 +124,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down
Loading