1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-03 09:00:48 +00:00

update versions

This commit is contained in:
soloturn 2023-02-18 08:27:59 +01:00
parent 9ec15a7a2e
commit 4b5d5d703b
2 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up java - name: Set up java
uses: actions/setup-java@v3.5.0 uses: actions/setup-java@v3.10.0
with: with:
java-version: ${{ matrix.java_version }} java-version: ${{ matrix.java_version }}
distribution: temurin distribution: temurin
@ -207,7 +207,7 @@ jobs:
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build/push container image - name: Build/push container image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
context: . context: .
push: true push: true

View File

@ -24,12 +24,12 @@ java {
} }
dependencies { dependencies {
compileOnly("org.apache.ant:ant:1.10.12") compileOnly("org.apache.ant:ant:1.10.13")
testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1") testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.scilab.forge:jlatexmath:1.0.7") testImplementation("org.scilab.forge:jlatexmath:1.0.7")
"pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.7") "pdfRuntimeOnly"("org.apache.xmlgraphics:fop:2.8")
"pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.15") "pdfRuntimeOnly"("org.apache.xmlgraphics:batik-all:1.16")
} }
repositories { repositories {