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 20221104a #7089

Merged
merged 8 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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/github-pages-deploy-action@v4.4.0
uses: JamesIves/github-pages-deploy-action@v4.4.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/cache@v3.0.9
uses: actions/cache@v3.0.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/cache@v3.0.9
uses: actions/cache@v3.0.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/cache@v3.0.9
uses: actions/cache@v3.0.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