We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5724509 commit 9bd9d2aCopy full SHA for 9bd9d2a
.github/workflows/json-smart-unit-tests.yml
@@ -11,9 +11,9 @@ jobs:
11
publish:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- name: Set up jdk 17
16
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
17
with:
18
java-version: '17'
19
distribution: 'temurin'
accessors-smart/pom.xml
@@ -246,7 +246,7 @@ limitations under the License.
246
<dependency>
247
<groupId>org.ow2.asm</groupId>
248
<artifactId>asm</artifactId>
249
- <version>9.3</version>
+ <version>9.6</version>
250
</dependency>
251
</dependencies>
252
</project>
0 commit comments