Skip to content

Commit

Permalink
Merge pull request #1768 from ChristianMurphy/chore/plugin-updates
Browse files Browse the repository at this point in the history
chore: gradle plugin updates
  • Loading branch information
ChristianMurphy committed Jun 28, 2019
2 parents 2523e69 + 7784fd5 commit faba93a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'build-announcements'
id 'com.github.kt3k.coveralls' version '2.8.2'
id 'com.moowork.node' version '1.3.1'
id 'net.researchgate.release' version '2.7.0'
id 'net.researchgate.release' version '2.8.1'
// Records all tasks in task graph, generates `build/reports/visteg.dot`
// dot file can be converted to an image using graphviz. `dot -Tsvg -O -v visteg.dot`
id 'cz.malohlava.visteg' version '1.0.5'
Expand Down Expand Up @@ -54,7 +54,7 @@ allprojects {
}

codenarc {
toolVersion = '1.3'
toolVersion = '1.4'
reportFormat = 'console'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ logbackVersion=1.2.3
lombokVersion=1.18.8
mockitoVersion=2.28.2
luceneVersion=8.1.1
nodejsVersion=12.4.0
nodejsVersion=12.5.0
oauthVersion=20100527
orgJsonVersion=20180813
personDirectoryVersion=1.8.11
Expand Down
2 changes: 1 addition & 1 deletion uPortal-api/uPortal-api-search/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openrepose.gradle.plugins.jaxb' version '2.4.1'
id 'org.openrepose.gradle.plugins.jaxb' version '2.5.0'
}

description = 'Apereo uPortal Search API'
Expand Down
2 changes: 1 addition & 1 deletion uPortal-io/uPortal-io-jaxb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openrepose.gradle.plugins.jaxb' version '2.4.1'
id 'org.openrepose.gradle.plugins.jaxb' version '2.5.0'
}

description = 'Apereo uPortal Import/Export JAXB Data Model'
Expand Down

0 comments on commit faba93a

Please sign in to comment.