File tree Expand file tree Collapse file tree 7 files changed +41
-7
lines changed
Expand file tree Collapse file tree 7 files changed +41
-7
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Java" ,
3+ "image" : " mcr.microsoft.com/devcontainers/java:1-21" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/java:1" : {
6+ "version" : " none" ,
7+ "installMaven" : " true" ,
8+ "mavenVersion" : " 3.9.9" ,
9+ "installGradle" : " false"
10+ }
11+ }
12+ }
Original file line number Diff line number Diff line change 22name : Bug report
33about : Create a report to help us improve
44title : ' '
5- labels : bug
5+ type : Bug
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 22name : Feature request
33about : Suggest an idea for this project
44title : ' '
5- labels : enhancement
5+ type : Feature
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 1+ name : Junie
2+ run-name : Junie run ${{ inputs.run_id }}
3+
4+ permissions :
5+ contents : write
6+ pull-requests : write
7+
8+ on :
9+ workflow_dispatch :
10+ inputs :
11+ run_id :
12+ description : " id of workflow process"
13+ required : true
14+ workflow_params :
15+ description : " stringified params"
16+ required : true
17+
18+ jobs :
19+ call-workflow-passing-data :
20+ uses : jetbrains-junie/junie-workflows/.github/workflows/ej-issue.yml@main
21+ with :
22+ workflow_params : ${{ inputs.workflow_params }}
Original file line number Diff line number Diff line change 1616# under the License.
1717#
1818# NOTE: maven version should also be changed in pom.xml
19- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
2020wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
Original file line number Diff line number Diff line change 6565 <slf4j .version>2.0.17</slf4j .version>
6666 <mockito-core .version>4.11.0</mockito-core .version>
6767 <hamcrest .version>3.0</hamcrest .version>
68- <junit .jupiter.version>5.13.0 </junit .jupiter.version>
68+ <junit .jupiter.version>5.13.2 </junit .jupiter.version>
6969 <maven .compiler.source>8</maven .compiler.source>
7070 <maven .compiler.target>8</maven .compiler.target>
7171 <mainClass />
7676 <maven-compiler-plugin-version >3.14.0</maven-compiler-plugin-version >
7777 <maven-jar-plugin-version >3.4.2</maven-jar-plugin-version >
7878 <maven-surefire-plugin-version >3.5.3</maven-surefire-plugin-version >
79- <maven-pmd-plugin-version >3.26 .0</maven-pmd-plugin-version >
79+ <maven-pmd-plugin-version >3.27 .0</maven-pmd-plugin-version >
8080 <maven-source-plugin-version >3.3.1</maven-source-plugin-version >
8181 <maven-javadoc-plugin-version >3.11.2</maven-javadoc-plugin-version >
8282 <maven-shade-plugin-version >3.6.0</maven-shade-plugin-version >
8585 <maven-gpg-plugin-version >3.2.7</maven-gpg-plugin-version >
8686 <maven-deploy-plugin-version >3.1.4</maven-deploy-plugin-version >
8787 <nexus-staging-maven-plugin-version >1.7.0</nexus-staging-maven-plugin-version >
88- <build-helper-maven-plugin-version >3.6.0 </build-helper-maven-plugin-version >
88+ <build-helper-maven-plugin-version >3.6.1 </build-helper-maven-plugin-version >
8989 <maven-shared-utils .version>3.4.2</maven-shared-utils .version>
9090 <file-management .version>3.2.0</file-management .version>
9191 <maven-plugin-annotations .version>3.15.1</maven-plugin-annotations .version>
Original file line number Diff line number Diff line change 120120 <dependency >
121121 <groupId >io.netty</groupId >
122122 <artifactId >netty-example</artifactId >
123- <version >4.2.1 .Final</version >
123+ <version >4.2.2 .Final</version >
124124 <scope >test</scope >
125125 </dependency >
126126 <dependency >
You can’t perform that action at this time.
0 commit comments