Skip to content

Commit

Permalink
Update jackson to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 1, 2023
1 parent a123928 commit 377a2ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/avatars.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 17
//DEPS com.fasterxml.jackson.core:jackson-core:2.12.3
//DEPS com.fasterxml.jackson.core:jackson-databind:2.12.3
//DEPS com.fasterxml.jackson.core:jackson-core:2.16.0
//DEPS com.fasterxml.jackson.core:jackson-databind:2.16.0

import com.fasterxml.jackson.databind.ObjectMapper;

Expand Down
6 changes: 3 additions & 3 deletions resources/site.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//JAVA 17
//DEPS com.fasterxml.jackson.core:jackson-core:2.14.1
//DEPS com.fasterxml.jackson.core:jackson-databind:2.14.1
//DEPS com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.1
//DEPS com.fasterxml.jackson.core:jackson-core:2.16.0
//DEPS com.fasterxml.jackson.core:jackson-databind:2.16.0
//DEPS com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0

import com.fasterxml.jackson.dataformat.yaml.YAMLMapper;

Expand Down

0 comments on commit 377a2ad

Please sign in to comment.