Skip to content

Commit

Permalink
Merge pull request #7089 from planetf1/dependabot_20221104a
Browse files Browse the repository at this point in the history
Dependabot 20221104a
  • Loading branch information
planetf1 committed Nov 4, 2022
2 parents cf7b13e + cd97e57 commit 9328d56
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: './gradlew aggregateJavadoc'
- name: publish
if: ${{ github.repository == 'odpi/egeria' && github.ref == 'refs/heads/main'}}
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: gh-pages
folder: build/docs/javadoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Cache Gradle packages
uses: actions/[email protected].9
uses: actions/[email protected].11
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-maven-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Cache Maven packages
uses: actions/[email protected].9
uses: actions/[email protected].11
with:
path: ~/.m2
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-maven-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Cache Maven packages
uses: actions/[email protected].9
uses: actions/[email protected].11
with:
path: ~/.m2
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ allprojects {
commonsloggingVersion = '1.2'
commonstextVersion = '1.10.0'
commonscliVersion = '1.5.0'
elasticsearchVersion = '8.4.3'
elasticsearchVersion = '8.5.0'
findbugsVersion = '3.0.2'
glassfishVersion = '1.1.4'
gremlinVersion = '3.5.2'
Expand Down Expand Up @@ -118,7 +118,7 @@ allprojects {
springdataVersion = '2.7.5'
springldapVersion = '2.4.1'
springsecurityVersion = '5.7.5'
swaggerVersion = '2.2.4'
swaggerVersion = '2.2.6'
testngVersion = '7.6.1'
thriftVersion = '0.17.0'
springwebVersion = '5.3.23'
Expand Down Expand Up @@ -295,7 +295,7 @@ allprojects {
runtimeOnly("com.beust:jcommander:1.82")
runtimeOnly("org.antlr:antlr4:4.11.1")
}
implementation platform('net.openhft:chronicle-bom:2.24ea6')
implementation platform('net.openhft:chronicle-bom:2.24ea7')
}

/*
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<ST4.version>4.3.4</ST4.version>
<snappy.version>1.1.8.4</snappy.version>
<snakeyaml.version>1.33</snakeyaml.version>
<swagger.version>2.2.4</swagger.version>
<swagger.version>2.2.6</swagger.version>
<micrometer-registry-prometheus.version>1.9.5</micrometer-registry-prometheus.version>
<classgraph.version>4.8.149</classgraph.version>
<groovy.version>3.0.13</groovy.version>
Expand All @@ -222,7 +222,7 @@
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<thrift.version>0.17.0</thrift.version>
<elasticsearch.version>8.4.3</elasticsearch.version>
<elasticsearch.version>8.5.0</elasticsearch.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<!-- Versions of plugins -->
<enunciate-maven-plugin.version>2.10.1</enunciate-maven-plugin.version>
Expand Down Expand Up @@ -3434,7 +3434,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>2.24ea6</version>
<version>2.24ea7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9328d56

Please sign in to comment.