File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Simple scalar functions are provided to redact `varchar` data provided by any ot
88
99## Dependencies
1010
11- * Java 23
11+ * Java 24
1212* Maven 3.9.x
1313* [ philterd/phileas] ( https://github.com/philterd/phileas )
1414* Trino (see ` pom.xml ` for specific version)
Original file line number Diff line number Diff line change 1313 <properties >
1414 <air .main.basedir>${project.basedir} </air .main.basedir>
1515 <trino .version>476</trino .version>
16- <maven .compiler.source>23 </maven .compiler.source>
17- <maven .compiler.target>23 </maven .compiler.target>
16+ <maven .compiler.source>24 </maven .compiler.source>
17+ <maven .compiler.target>24 </maven .compiler.target>
1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1919 </properties >
2020 <issueManagement >
3737 <plugin >
3838 <groupId >io.trino</groupId >
3939 <artifactId >trino-maven-plugin</artifactId >
40- <version >11 </version >
40+ <version >15 </version >
4141 <extensions >true</extensions >
4242 </plugin >
4343 <plugin >
127127 <dependency >
128128 <groupId >io.airlift</groupId >
129129 <artifactId >slice</artifactId >
130- <version >2.3 </version >
130+ <version >2.4 </version >
131131 <scope >provided</scope >
132132 </dependency >
133133 <dependency >
167167 <scope >test</scope >
168168 </dependency >
169169 </dependencies >
170+
170171</project >
You can’t perform that action at this time.
0 commit comments