Skip to content

Commit

Permalink
Merge pull request #7396 from planetf1/dependabot_20230202a
Browse files Browse the repository at this point in the history
Dependabot 20230202a
  • Loading branch information
planetf1 authored Feb 2, 2023
2 parents e46945b + 76c3169 commit 9778614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ allprojects {
runtimeOnly("org.antlr:antlr4:4.11.1")
runtimeOnly("org.apache.ivy:ivy:2.5.1")
}
implementation platform('net.openhft:chronicle-bom:2.24ea35')
implementation platform('net.openhft:chronicle-bom:2.24ea38')
}

/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the Egeria project

FROM docker.io/library/alpine:3.17.0
FROM docker.io/library/alpine:3.17.1
ARG version=3.16-SNAPSHOT
ARG VCS_REF=unknown
ARG VCS_ORIGIN=unknown
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>2.24ea35</version>
<version>2.24ea38</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9778614

Please sign in to comment.