Skip to content

Commit 9bd9d2a

Browse files
authored
Bump asm version from 9.3 to 9.6 (#167)
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
1 parent 5724509 commit 9bd9d2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/json-smart-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up jdk 17
16-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v3
1717
with:
1818
java-version: '17'
1919
distribution: 'temurin'

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ limitations under the License.
246246
<dependency>
247247
<groupId>org.ow2.asm</groupId>
248248
<artifactId>asm</artifactId>
249-
<version>9.3</version>
249+
<version>9.6</version>
250250
</dependency>
251251
</dependencies>
252252
</project>

0 commit comments

Comments
 (0)