File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
src/main/java/de/doubleslash/keeptime/viewpopup Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 2727 <parent >
2828 <groupId >org.springframework.boot</groupId >
2929 <artifactId >spring-boot-starter-parent</artifactId >
30- <version >2.7.4 </version >
30+ <version >2.7.5 </version >
3131 <relativePath /> <!-- lookup parent from repository -->
3232 </parent >
3333
6767 <artifactId >flyway-core</artifactId >
6868 </dependency >
6969
70- <!-- https://mvnrepository.com/artifact/com.1stleg /jnativehook -->
70+ <!-- https://mvnrepository.com/artifact/com.github.kwhat /jnativehook -->
7171 <dependency >
72- <groupId >com.1stleg </groupId >
72+ <groupId >com.github.kwhat </groupId >
7373 <artifactId >jnativehook</artifactId >
74- <version >2.1.0 </version >
74+ <version >2.2.2 </version >
7575 </dependency >
7676
7777 <!-- maven assembly plugin -->
153153 <plugin >
154154 <groupId >org.apache.maven.plugins</groupId >
155155 <artifactId >maven-site-plugin</artifactId >
156- <version >3.9 .1</version >
156+ <version >3.12 .1</version >
157157 </plugin >
158158
159159 <plugin >
Original file line number Diff line number Diff line change 2424import java .util .logging .Level ;
2525import java .util .logging .Logger ;
2626
27- import org .jnativehook .GlobalScreen ;
28- import org .jnativehook .NativeHookException ;
29- import org .jnativehook .keyboard .NativeKeyEvent ;
30- import org .jnativehook .keyboard .NativeKeyListener ;
31- import org .jnativehook .mouse .NativeMouseEvent ;
32- import org .jnativehook .mouse .NativeMouseMotionListener ;
3327import org .slf4j .LoggerFactory ;
3428
29+ import com .github .kwhat .jnativehook .GlobalScreen ;
30+ import com .github .kwhat .jnativehook .NativeHookException ;
31+ import com .github .kwhat .jnativehook .keyboard .NativeKeyEvent ;
32+ import com .github .kwhat .jnativehook .keyboard .NativeKeyListener ;
33+ import com .github .kwhat .jnativehook .mouse .NativeMouseEvent ;
34+ import com .github .kwhat .jnativehook .mouse .NativeMouseMotionListener ;
35+
3536import javafx .application .Platform ;
3637
3738/**
You can’t perform that action at this time.
0 commit comments