Skip to content

Commit

Permalink
Merge branch 'master' of github.com:uPortal-Project/NotificationPortlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Naenyn committed Feb 24, 2025
2 parents 8f3a4da + d568a0d commit d90938f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'net.researchgate.release' version '3.0.2'
id 'net.researchgate.release' version '3.1.0'
// TODO: wait for https://github.com/hierynomus/license-gradle-plugin/issues/161
// id "com.github.hierynomus.license" version "0.14.0" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jacksonDatabindVersion=2.18.2
jacksonVersion=2.18.2
janinoVersion=3.1.12
jasyptVersion=1.9.3
jodaTimeVersion=2.12.7
jodaTimeVersion=2.13.1
jsonPathVersion=2.9.0
jsonSmartVersion=2.5.1
jstlVersion=1.2
Expand Down
2 changes: 1 addition & 1 deletion notification-portlet-webapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}

plugins {
id 'com.github.node-gradle.node' version '7.0.2'
id 'com.github.node-gradle.node' version '7.1.0'
}

apply plugin: 'java'
Expand Down

0 comments on commit d90938f

Please sign in to comment.