Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 6278e7c commit ffd19f7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/cpp/ArmoniK.Api.Tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with the latest Alpine base image for the build stage
FROM alpine:3.18.6 AS builder
FROM alpine:3.20.3 AS builder

# Install all the necessary dependencies required for the build process
# These include tools and libraries for building and compiling the source code
Expand Down
2 changes: 1 addition & 1 deletion packages/cpp/tools/BuildEnv.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:lunar-20231128

RUN apt-get update && DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get install -y \
ssh \
Expand Down
2 changes: 1 addition & 1 deletion packages/cpp/tools/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the latest version of Ubuntu 20.04 as the base image
FROM ubuntu:23.04
FROM ubuntu:lunar-20231128

# Install dependencies
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" TZ="Europe/London" apt-get install -y \
Expand Down
24 changes: 12 additions & 12 deletions packages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,34 @@
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
<proto.path>../../Protos/V1</proto.path>
<sl4j.version>2.0.12</sl4j.version>
<logback.version>1.5.5</logback.version>
<sl4j.version>2.0.16</sl4j.version>
<logback.version>1.5.12</logback.version>
</properties>

<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.62.2</version>
<version>1.68.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.projectreactor/reactor-core -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.5</version>
<version>3.6.11</version>
</dependency>


<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.62.2</version>
<version>1.68.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.62.2</version>
<version>1.68.1</version>
</dependency>
<dependency>
<groupId>org.xolstice.maven.plugins</groupId>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>

Expand All @@ -116,15 +116,15 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.11.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -183,7 +183,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -197,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.1</version>
<executions>
<execution>
<id>attach-javadoc</id>
Expand All @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit ffd19f7

Please sign in to comment.