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 #316

Merged
merged 29 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d615bc5
Merge pull request #301 from OpenLiberty/staging
gkwan-ibm Oct 2, 2024
857c4b1
Bump org.apache.kafka:kafka-clients from 3.8.0 to 3.8.1 in /start
dependabot[bot] Nov 1, 2024
328a2b5
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Nov 1, 2024
825760e
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start
dependabot[bot] Nov 1, 2024
62a3287
Bump org.testcontainers:kafka from 1.20.2 to 1.20.3 in /start
dependabot[bot] Nov 1, 2024
6f035af
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Nov 1, 2024
81ea2a2
Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 in /start
dependabot[bot] Nov 1, 2024
1be4dad
Bump io.openliberty.tools:liberty-maven-plugin in /start
dependabot[bot] Nov 1, 2024
909fb41
Bump org.apache.kafka:kafka-clients from 3.8.0 to 3.8.1 in /finish
dependabot[bot] Nov 1, 2024
0c2bc2f
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Nov 1, 2024
36baf0e
Bump org.testcontainers:kafka from 1.20.2 to 1.20.3 in /finish
dependabot[bot] Nov 1, 2024
9df946b
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /finish
dependabot[bot] Nov 1, 2024
21b3c23
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Nov 1, 2024
9c0acd1
Bump io.openliberty.tools:liberty-maven-plugin in /finish
dependabot[bot] Nov 1, 2024
b03efff
Bump org.testcontainers:junit-jupiter from 1.20.2 to 1.20.3 in /finish
dependabot[bot] Nov 1, 2024
d7d5bfa
Merge pull request #302 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
f3a9d38
Merge pull request #303 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
dcd2ffb
Merge pull request #304 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Nov 4, 2024
4c436d6
Merge pull request #305 from OpenLiberty/dependabot/maven/start/org.t…
gkwan-ibm Nov 4, 2024
c598d44
Merge pull request #306 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
c169552
Merge pull request #307 from OpenLiberty/dependabot/maven/start/org.t…
gkwan-ibm Nov 4, 2024
d04d19f
Merge pull request #308 from OpenLiberty/dependabot/maven/start/io.op…
gkwan-ibm Nov 4, 2024
87376a3
Merge pull request #309 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
71818bf
Merge pull request #310 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
1e77ed4
Merge pull request #311 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
ec8d55c
Merge pull request #312 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
c5537ab
Merge pull request #313 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
2872faa
Merge pull request #314 from OpenLiberty/dependabot/maven/finish/io.o…
gkwan-ibm Nov 4, 2024
3fd76e3
Merge pull request #315 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 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 @@ -58,26 +58,26 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>

<!-- For tests -->
<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 @@ -110,7 +110,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>
<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 @@ -41,7 +41,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>

Expand Down
14 changes: 7 additions & 7 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>

<dependency>
Expand All @@ -77,19 +77,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 @@ -111,7 +111,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 @@ -125,14 +125,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 @@ -58,26 +58,26 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>

<!-- For tests -->
<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 @@ -111,7 +111,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 @@ -125,14 +125,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 @@ -41,7 +41,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>

Expand Down
14 changes: 7 additions & 7 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</dependency>

<dependency>
Expand All @@ -77,19 +77,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 @@ -111,7 +111,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 @@ -125,14 +125,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