Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Sep 16, 2020
1 parent a00a684 commit c2eb902
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jodd-decora/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api project(':jodd-servlet')
api 'org.slf4j:slf4j-api:1.7.30'

api 'org.jodd:jodd-lagarto:6.0.0'
api 'org.jodd:jodd-lagarto:6.0.1'

provided lib.servlet

Expand Down
2 changes: 1 addition & 1 deletion jodd-htmlstapler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
api project(':jodd-servlet')
api 'org.slf4j:slf4j-api:1.7.30'

api 'org.jodd:jodd-lagarto:6.0.0'
api 'org.jodd:jodd-lagarto:6.0.1'

provided lib.servlet
provided lib.jsp
Expand Down
2 changes: 1 addition & 1 deletion jodd-json
2 changes: 1 addition & 1 deletion jodd-lagarto
Submodule jodd-lagarto updated 3 files
+4 −3 .travis.yml
+3 −1 README.md
+4 −2 build.gradle
2 changes: 1 addition & 1 deletion jodd-mail
2 changes: 1 addition & 1 deletion jodd-servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext.moduleDescription = 'Jodd Servlet is set of web tools, including the nice ta

dependencies {
api project(':jodd-core')
api 'org.jodd:jodd-lagarto:6.0.0'
api 'org.jodd:jodd-lagarto:6.0.1'

provided lib.servlet
provided lib.jsp
Expand Down
2 changes: 1 addition & 1 deletion jodd-util

0 comments on commit c2eb902

Please sign in to comment.