Skip to content

Commit 1bd0efa

Browse files
missed java version updates
1 parent 7a143ec commit 1bd0efa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/karaf-graphql-example/karaf-graphql-example-websocket

examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-compiler-plugin</artifactId>
7272
<configuration>
73-
<source>11</source>
74-
<target>11</target>
73+
<source>21</source>
74+
<target>21</target>
7575
</configuration>
7676
</plugin>
7777
<plugin>

0 commit comments

Comments
 (0)