Skip to content

Commit e9c4eb1

Browse files
build: bring back OSGi for Snapshots with Gradle
Signed-off-by: Andreas Reichel <[email protected]>
1 parent dd40685 commit e9c4eb1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- uses: actions/checkout@main
3434
with:
3535
fetch-depth: 0
36-
- name: Set up JDK 11
36+
- name: Set up JDK 17
3737
uses: actions/setup-java@main
3838
with:
39-
java-version: '11'
39+
java-version: '17'
4040
distribution: 'temurin'
4141
cache: maven
4242
server-id: sonatype-nexus-snapshots

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
<dependency>
4242
<groupId>org.junit.jupiter</groupId>
4343
<artifactId>junit-jupiter</artifactId>
44-
<version>[5.10.2,)</version>
44+
<version>5.11.4</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.mockito</groupId>
4949
<artifactId>mockito-core</artifactId>
50-
<version>[5.11.0,)</version>
50+
<version>5.15.2</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.mockito</groupId>
5555
<artifactId>mockito-junit-jupiter</artifactId>
56-
<version>[5.11.0,)</version>
56+
<version>5.15.2</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5674,7 +5674,7 @@ JsonExpression JsonExpression(Expression expr, List<Map.Entry<Expression, String
56745674
result = new JsonExpression(expr);
56755675
}
56765676

5677-
LOOKAHEAD(2) (
5677+
(
56785678
LOOKAHEAD(2) (
56795679
token="->"
56805680
|

0 commit comments

Comments
 (0)