FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump org.spockframework:spock-core from 2.4-M1-groovy-3.0 to 2.4-groovy-5.0 in /test-project-groovy by dependabot[bot] · Pull Request #316 · java9-modularity/gradle-modules-plugin · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .gradle  (1) .java  (7) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions test-project-groovy/build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ subprojects {
}

dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.25'
implementation 'org.apache.groovy:groovy:5.0.3'
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
testRuntimeOnly "org.junit.platform:junit-platform-launcher:$jUnitPlatformVersion"
testImplementation("org.spockframework:spock-core:2.4-M1-groovy-3.0") {
testImplementation("org.spockframework:spock-core:2.4-groovy-5.0") {
exclude module: 'groovy-nio'
exclude module: 'groovy-test'
exclude module: 'groovy-xml'
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module greeter.api {
exports examples.greeter.api;

requires org.codehaus.groovy;
requires org.apache.groovy;
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module greeter.javaexec {
requires greeter.api;
requires org.codehaus.groovy;
requires org.apache.groovy;

exports demo;
uses Greeter;
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module greeter.provider.test {
requires greeter.api;
requires org.codehaus.groovy;
requires org.apache.groovy;

exports tests;
uses Greeter;
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module greeter.provider.testfixture {
requires greeter.api;
requires org.codehaus.groovy;
requires org.apache.groovy;

exports testfixture;
uses Greeter;
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module greeter.provider {
requires greeter.api;
requires org.codehaus.groovy;
requires org.apache.groovy;

exports examples.greeter;
provides Greeter with examples.greeter.Friendly;
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module greeter.runner {
requires greeter.api;

requires org.codehaus.groovy;
requires org.apache.groovy;
uses Greeter;
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module greeter.startscripts {
requires greeter.api;
requires org.codehaus.groovy;
requires org.apache.groovy;

exports startscripts;
uses Greeter;
Expand Down

Back | FazBrowse Home | New Git URL