Skip to content

Commit

Permalink
Upgrade vespa feed client version (#18)
Browse files Browse the repository at this point in the history
* Upgrade vespa feed client version

* Use java 11
  • Loading branch information
buinauskas authored Dec 18, 2023
1 parent f4e8d74 commit 0e93214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<log4j.version>2.17.1</log4j.version>
<slf4j.version>1.7.30</slf4j.version>
<confluent-log4j.version>1.2.17-cp2</confluent-log4j.version>
<vespa.version>8.198.18</vespa.version>
<vespa.version>8.273.20</vespa.version>
<connect.utils.version>0.7.177</connect.utils.version>
<junit.version>5.9.3</junit.version>
</properties>
Expand Down

0 comments on commit 0e93214

Please sign in to comment.