Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
lombok-patcher


Commits:
ffc34138 by Emmanuel Bourg at 2024-07-13T19:13:27+02:00
New upstream version 0.44
- - - - -
cbb570cf by Emmanuel Bourg at 2024-07-13T19:13:51+02:00
New upstream version 0.46
- - - - -
28023ff7 by Emmanuel Bourg at 2024-07-13T19:14:15+02:00
New upstream version 0.48
- - - - -
e5c2005b by Emmanuel Bourg at 2024-07-13T19:14:41+02:00
New upstream version 0.50
- - - - -


3 changed files:

- README.markdown
- buildScripts/ivy.xml
- src/patcher/lombok/patcher/Version.java


Changes:

=====================================
README.markdown
=====================================
@@ -1,4 +1,4 @@
-#lombok.patcher
+# lombok.patcher
 
 Lombok Patcher gives you the ability to live-rewrite classes as a JVM runs, 
either by loading as an agent during JVM bootup or by injecting the agent 
'live' during execution.
 


=====================================
buildScripts/ivy.xml
=====================================
@@ -11,9 +11,9 @@
                <dependency org="junit" name="junit" rev="4.13" conf="test -> 
default"/>
                <dependency org="com.jcraft" name="jsch" rev="0.1.42" 
conf="build->default" />
                <dependency org="projectlombok.org" name="jsch-ant-fixed" 
rev="0.1.45" conf="build" />
-               <dependency org="org.ow2.asm" name="asm" rev="9.1" 
conf="runtime, build -> default; contrib->sources" />
-               <dependency org="org.ow2.asm" name="asm-tree" rev="9.1" 
conf="runtime, build->default; contrib->sources" />
-               <dependency org="org.ow2.asm" name="asm-commons" rev="9.1" 
conf="runtime, build->default; contrib->sources" />
-               <dependency org="net.java.dev.jna" name="jna" rev="5.6.0" 
conf="runtimeInjector, build->master" />
+               <dependency org="org.ow2.asm" name="asm" rev="9.6" 
conf="runtime, build -> default; contrib->sources" />
+               <dependency org="org.ow2.asm" name="asm-tree" rev="9.6" 
conf="runtime, build->default; contrib->sources" />
+               <dependency org="org.ow2.asm" name="asm-commons" rev="9.6" 
conf="runtime, build->default; contrib->sources" />
+               <dependency org="net.java.dev.jna" name="jna" rev="5.12.1" 
conf="runtimeInjector, build->master" />
        </dependencies>
 </ivy-module>


=====================================
src/patcher/lombok/patcher/Version.java
=====================================
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2021 The Project Lombok Authors.
+ * Copyright (C) 2009-2024 The Project Lombok Authors.
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to 
deal
@@ -26,7 +26,7 @@ package lombok.patcher;
  */
 public class Version {
        // ** CAREFUL ** - this class must always compile with 0 dependencies 
(it must not refer to any other sources or libraries).
-       private static final String VERSION = "0.42";
+       private static final String VERSION = "0.50";
        
        private Version() {
                //Prevent instantiation



View it on GitLab: 
https://salsa.debian.org/java-team/lombok-patcher/-/compare/89c5bc819dc001c753f8a9dd7caffff6570effe7...e5c2005b455bd249c549681ac138d0d73b963932

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/java-team/lombok-patcher/-/compare/89c5bc819dc001c753f8a9dd7caffff6570effe7...e5c2005b455bd249c549681ac138d0d73b963932
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to